home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Convincing FW_CIdler to Idle < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  733 b   |  [TEXT/ttxt]

  1. Subject:     Convincing FW_CIdler to Idle
  2. Sent:        6/20/96 5:38 AM
  3. Received:    6/24/96 8:25 AM
  4. From:        Serge Froment, sfroment@odyssee.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Dear ODF Team:
  9.  
  10. I am trying to set a FW_CIdler to my frame, but the DoIdle method of my
  11. frame is never called. I have traced it to the fact that
  12. FW_CEventDispatcher::DispatchNullEvent calls the HandleIdle method of the
  13. target view, which is my content view. Since my content view's DoIdle
  14. method is not overriden, nothing happens.
  15.  
  16. Shouldn't FW_MEventHandler::HandleIdle forward the null event to the next
  17. handler if the DoIdle returns false?
  18.  
  19. Serge
  20.  
  21.